home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Tree.DIR / 00072_Script_72 < prev    next >
Text File  |  1997-08-06  |  299b  |  15 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the membernum of sprite 11 to 64
  4.     updatestage
  5.   end repeat
  6.   set the membernum of sprite 11 to 68
  7.   updatestage
  8.   sound stop 1
  9.   sound stop 2
  10.   sound stop 3
  11.   if the frame < 140 then 
  12.     go frame "tut"
  13.   else go the frame +1
  14.   
  15. end